home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Symbol Generators / Grammars / initdef < prev    next >
Text File  |  1998-10-23  |  354b  |  10 lines

  1. initdef &optional tree
  2.  
  3. Inits the symbol rewriting system by deleting all symbol definitions from the memory. Returns a property list that contains all existing definitions. Use it before any defsym definitions are made. This prevents double definitions, which occur when compiling the same file again due to an error.
  4.  
  5. (initdef)
  6.  
  7. or
  8.  
  9. (initdef 'melody1)
  10.